bug
authorJoey Hess <joeyh@joeyh.name>
Fri, 15 Aug 2025 22:11:19 +0000 (18:11 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 15 Aug 2025 22:11:19 +0000 (18:11 -0400)
doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn b/doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn
new file mode 100644 (file)
index 0000000..05b2110
--- /dev/null
@@ -0,0 +1,3 @@
+`git-annex get -J10` of a bunch of files that were all addurled from the
+same torrent will fail. It uses the same temp file for the torrent file
+that each thread tries to download, resulting in "file does not exist" errors. --[[Joey]]